home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 2876 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  2.0 KB

  1. Path: zippy.cais.net!news
  2. From: "Kiet T. Ly" <ktl@cais.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: C++ book
  5. Date: Thu, 18 Jan 1996 23:28:39 +0000
  6. Organization: Capital Area Internet Service info@cais.com 703-448-4470
  7. Message-ID: <30FED7A7.662F@cais.com>
  8. References: <4ctl66$fgn@oravannahka.Helsinki.FI> <4cub5c$rml@ornews.intel.com> <4df7t8$m50@stealth.mindspring.com> <4dmkq4$gs@news.NetVision.net.il> <4dpnif$334@blackice.winternet.com>
  9. NNTP-Posting-Host: ktl.cais.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0b5 (WinNT; I)
  14.  
  15. Rick Crosby wrote:
  16. > In article <4dmkq4$gs@news.NetVision.net.il>, yba@LearnSkills.com says...
  17. > >
  18. > >
  19. > >>>Get "The C++ Programming Language" by Bjarne Stroustrup. He's the guy
  20. > >>>that originally created the C++ language. Excellent reference.
  21. > >
  22. > >>>Thurman Miller
  23. > >
  24. > >I have to disagree.  With all due respect to Bjarne, I personaly do
  25. > >not believe his book is a good 'tutorial'.  My preference is Hebert
  26. > >Schildt's books.  Real down to earth, step by step skill mastery.  His
  27. > >latest, "C++ from the ground up" which expects no knowledge of 'C',
  28. > >coupled with his "Teach yourself C++" are a complete introductory
  29. > >course in 'C++'.
  30. > >
  31. > >On an advanced level, we use James Coplien's "Advanced C++: Styles &
  32. > >Idioms" for our online tutorial.  At this level, Bjarne's book, or
  33. > >Stamley Lipmans (misnamed) C++ Primer, are great REFERENCE books.
  34. > >
  35. > I second these choices.  Coplien's book is outstanding.  In addition I would
  36. > add Scott Meyer's Book on Effective C++ and Tom Cargil's book on C++
  37. > Programing Style.  The most important part of learning C++ is what to do once
  38. > you have mastered the syntax.  Both of these books show you how to use the
  39. > language and WHY you should do consider using their guidelines.
  40.  
  41. I recommend C++ Primer from Stanley Lipment as a tutorial books. By the
  42. time you have finished this book you should be able to use BJ book as 
  43. a reference. I also recommended ARM book as a reference book.
  44.  
  45. KTL
  46.